home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MIDI2CS.ZIP / 092.PRO < prev    next >
Text File  |  1995-03-25  |  1KB  |  61 lines

  1. ; MIDI2CS project file
  2. ; this default projectfile is identical to default options
  3. ; it is written automatically if it does not exist by calling midi2cs
  4.  
  5. ; this file fatima.pro is the equivalent the previous version of 091.bat
  6.  
  7. ; global for all tracks
  8.  
  9. scoreheader    fatima.hdr
  10. nameofscore    fatima.sco
  11. midifile    fatima.mid
  12. ; projectfile     fatima.pro
  13.  
  14. ; all tracks will be initialized by the following values
  15.  
  16. notrackselected
  17. lesscomments
  18. firstbar  32
  19. lastbar  35
  20. p_pch
  21.  
  22. ; individual values 
  23.  
  24. miditrack    6
  25.         name Bass
  26.         instrument 20
  27.  
  28.         score
  29.             parameters 4
  30.         endscore
  31. endtrack
  32.  
  33. miditrack    1
  34.         name Juno
  35.         instrument 21
  36.  
  37.         score
  38.             parameters 4
  39.         endscore
  40. endtrack
  41.  
  42. miditrack    3
  43.         name Voice
  44.         instrument 22
  45.  
  46.         score
  47.             parameters 4
  48.         endscore
  49. endtrack
  50.  
  51. miditrack    5
  52.         name Kawai
  53.         instrument 23
  54.  
  55.         score
  56.             parameters 4
  57.         endscore
  58. endtrack
  59.  
  60. endofproject
  61.